Skip to content

Commit

Permalink
fix: fix travis ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao committed Sep 4, 2019
1 parent a9401d1 commit e8b2aa7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.vscode
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
script:
- yarn
- yarn build
14 changes: 0 additions & 14 deletions .vscode/launch.json

This file was deleted.

0 comments on commit e8b2aa7

Please sign in to comment.