Skip to content

Commit

Permalink
feat: change yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangming committed Apr 9, 2020
1 parent fbd17d9 commit 9507270
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
language: node_js
language: node_js

sudo: false
sudo: false

cache:
apt: true
directories:
- node_modules
cache:
apt: true
directories:
- node_modules

node_js: stable
node_js: stable

install:
- npm install -D
- cd ./test/template
- npm install -D
- cd ../../../
script:
- npm test
install:
- npm install -D
- cd ./test/template
- npm install -D
- cd ../../../

script:
- npm test

0 comments on commit 9507270

Please sign in to comment.