Created
April 15, 2019 06:44
-
-
Save ngnam/3f8ede6f22af3d69e25a9f489ee414c7 to your computer and use it in GitHub Desktop.
.travis.yml simpler
This file contains 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
dist: trusty | |
sudo: false | |
language: node_js | |
node_js: | |
- '10 ' | |
cache: | |
directories: | |
- ./node_modules | |
install: | |
- npm install | |
script: | |
- npm run build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment