Skip to content

Commit

Permalink
Remove comments from Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jul 9, 2017
1 parent 0536862 commit 5e815de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -10,17 +10,9 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install g++-4.8 ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
env:
# global:
# - CXX=g++-4.8
matrix:
- NPM_COMMAND=lint
- NPM_COMMAND=test
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-4.8
notifications:
email: false
script: npm run $NPM_COMMAND
Expand Down

0 comments on commit 5e815de

Please sign in to comment.