Remove comments from Travis config

This commit is contained in:
Daniel Imms
2017-07-08 19:13:43 -07:00
parent 0536862b8f
commit 5e815de82a
-8
View File
@@ -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