Skip to content
New issue

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

Complete Travis CI Integration #8

Open
simeonwillbanks opened this issue Dec 16, 2013 · 2 comments
Open

Complete Travis CI Integration #8

simeonwillbanks opened this issue Dec 16, 2013 · 2 comments

Comments

@simeonwillbanks
Copy link
Owner

  • Make sure dtrace is installed
  • Force rvm to use latest ruby 2.1.0dev trunk
@simeonwillbanks
Copy link
Owner Author

ruby-head is up to date.

@simeonwillbanks
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant