We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4438a commit bd09508Copy full SHA for bd09508
1 file changed
.travis.yml
@@ -17,12 +17,10 @@ install:
17
- nvm --version
18
- node --version
19
- npm --version
20
- # remaining install steps can be removed once we drop Node.js 0.8 support:
21
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
22
- npm install
23
24
25
26
-
27
script:
28
- npm test
0 commit comments