Skip to content

Commit 5e815de

Browse files
committed
Remove comments from Travis config
1 parent 0536862 commit 5e815de

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,9 @@ before_install:
1010
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install g++-4.8 ; fi
1111
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
1212
env:
13-
# global:
14-
# - CXX=g++-4.8
1513
matrix:
1614
- NPM_COMMAND=lint
1715
- NPM_COMMAND=test
18-
# addons:
19-
# apt:
20-
# sources:
21-
# - ubuntu-toolchain-r-test
22-
# packages:
23-
# - g++-4.8
2416
notifications:
2517
email: false
2618
script: npm run $NPM_COMMAND

0 commit comments

Comments
 (0)