Skip to content

Commit

Permalink
Merge pull request cocos#2584 from CocosAss/v1.9-release
Browse files Browse the repository at this point in the history
 Correct circleci config
  • Loading branch information
jareguo authored Apr 24, 2018
2 parents 10681a7 + f2c0c3a commit bab9aa0
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@
version: 2
jobs:
test:
steps:
- run:
command: npm test
setup:
docker:
- image: circleci/node:latest
steps:
- checkout
- run:
command: npm install -g gulp
- run:
command: npm install gulp-qunit

- run: sudo npm install -g gulp
- run: npm install gulp-qunit
- run: npm install
- run: npm test

workflows:
version: 2
build-test:
test:
jobs:
- test:
requires:
- setup
- test

0 comments on commit bab9aa0

Please sign in to comment.