Skip to content

Commit

Permalink
Merge pull request #777 from hannu/update-tarvis
Browse files Browse the repository at this point in the history
Use newer travis infrastructure
  • Loading branch information
varya committed Sep 7, 2015
2 parents 011607f + a5373b7 commit c6c6d14
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ node_js:
- '0.10'
script:
- npm run build && npm test
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update;
- sudo apt-get install gcc-4.8 g++-4.8;
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20;
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20;
- sudo g++ --version;
- sudo apt-get update -qq;
sudo: false
after_success:
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
notifications:
Expand Down

0 comments on commit c6c6d14

Please sign in to comment.