We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dtrace
The text was updated successfully, but these errors were encountered:
ruby-head is up to date.
ruby-head
Sorry, something went wrong.
Attempt installing dtrace on Travis CI.
.travis.yml
language: ruby rvm: - ruby-head before_install: - wget ftp://crisp.dyndns-server.com/pub/release/website/dtrace/dtrace-20131103.tar.bz2 - bunzip2 < dtrace-20131103.tar.bz2 | tar xvf - install: - sudo apt-get update - sudo apt-get install bison - sudo apt-get install flex - sudo apt-get install zlib1g-dev - sudo apt-get install libelf-dev - cd dtrace-20131103 - make all - sudo make install - sudo make load before_script: - sudo dtrace -V
No branches or pull requests
dtrace
is installedThe text was updated successfully, but these errors were encountered: