Skip to content

Commit bd09508

Browse files
author
Chris Brody
authored
.travis.yml remove comment (apache#21)
that is not 100% correct and extra blank line
1 parent dc4438a commit bd09508

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ install:
1717
- nvm --version
1818
- node --version
1919
- npm --version
20-
# remaining install steps can be removed once we drop Node.js 0.8 support:
2120
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
2221
- npm install
2322
- node --version
2423
- npm --version
2524

26-
2725
script:
2826
- npm test

0 commit comments

Comments
 (0)