Skip to content

Instantly share code, notes, and snippets.

@ngnam
Created April 15, 2019 06:44
Show Gist options
  • Save ngnam/3f8ede6f22af3d69e25a9f489ee414c7 to your computer and use it in GitHub Desktop.
Save ngnam/3f8ede6f22af3d69e25a9f489ee414c7 to your computer and use it in GitHub Desktop.
.travis.yml simpler
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