Skip to content

Commit

Permalink
test travis addons as suggested in the NodeGit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thisconnect committed Feb 12, 2017
1 parent 4d1f343 commit 9e175d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ addons:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
- build-essential
- libssl-dev
- gcc-4.9-multilib
- g++-4.9-multilib
after_success:
- npm run coveralls
before_install:
- export CC=/usr/bin/gcc-4.9;
- export CXX=/usr/bin/g++-4.9;
- git config --global user.name travis
- git config --global user.email travis@locahost
install:
Expand Down

0 comments on commit 9e175d1

Please sign in to comment.