Skip to content

Commit

Permalink
Another try...
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Nov 2, 2018
1 parent 4498524 commit 68d9b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,6 @@ os:
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" || "$TRAVIS_NODE_VERSION" == "8" || "$TRAVIS_NODE_VERSION" == "9" ]]; then npm remove midi-test --save-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then apt-get install libstdc++6; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libstdc++6; fi
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 68d9b97

Please sign in to comment.