Skip to content

Commit

Permalink
Clean up travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Aug 26, 2019
1 parent 120571c commit 6b6a4ae
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,11 +4,5 @@ node_js:
- "10"
- "8"
- "node"
env:
- CXX=g++-4.8
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8
install: "npm install && npm run build"
after_success: "npm install -g coveralls && npm run coverage && cat ./coverage/lcov.info | coveralls"

0 comments on commit 6b6a4ae

Please sign in to comment.