Last active
January 24, 2018 13:46
-
-
Save varundevpro/4f7ea4626a14c7178dfb0b8caaa649b1 to your computer and use it in GitHub Desktop.
Caly travis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: node_js | |
node_js: | |
- "9" | |
- "8" | |
- "7" | |
before_install: | |
- npm install --global npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment