Skip to content

Commit

Permalink
Use newer travis infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pelkonen committed Sep 3, 2015
1 parent 011607f commit a5373b7
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 a5373b7

Please sign in to comment.