Skip to content

Commit

Permalink
Edit: CI Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Hirao committed Mar 11, 2019
1 parent e4c9a5b commit 088f8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/workspace
docker:
- image: node:8.15.0
- image: node:10.15.3

steps:
- checkout
Expand All @@ -17,7 +17,7 @@ jobs:
command: yarn
- run:
name: Build
command: yarn run build
command: yarn build
- run:
name: Test
command: yarn test
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,9 +1,7 @@
os:
- windows
- linux
language: node_js
node_js:
- 8
- 10
- 'stable'
script:
Expand Down

0 comments on commit 088f8a7

Please sign in to comment.