Skip to content

Commit

Permalink
Switched to TravisCI container-based infrastructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Nov 20, 2015
1 parent c6fb9f9 commit 2840f6e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
sudo: false

os:
- linux
- osx

language: c

addons:
apt:
packages:
- ruby
- shunit2
- zsh

install:
- sudo apt-get update -qq
- sudo apt-get install shunit2 zsh ruby
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shunit2 bash; fi

before_script:
- sudo rm -rf $HOME/.rvm $HOME/.rvmrc /etc/rvmrc /etc/profile.d/rvm.sh /usr/local/rvm /usr/local/bin/rvm
- rm -rf $HOME/.rvm $HOME/.rvmrc
- __rvm_unload
- export SHUNIT2="$(command -v shunit2 2>/dev/null)"

script: make test

0 comments on commit 2840f6e

Please sign in to comment.