Skip to content

Commit

Permalink
fix travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Aug 6, 2018
1 parent c0055ff commit 5c84c03
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Expand Up @@ -13,14 +13,6 @@ cache:
directories:
- node_modules

script:
- node --version
- npm --version
- echo "Testing Started ..."
- npm run generate
- npm test
- echo "Testing Finished."

stages:
- test
- pack
Expand All @@ -29,6 +21,15 @@ stages:

jobs:
include:
- stage: test
script:
- node --version
- npm --version
- echo "Testing Started ..."
- npm run generate
- npm test
- echo "Testing Finished."

- stage: pack
script:
- echo "NPM Pack Testing Started ..."
Expand Down

0 comments on commit 5c84c03

Please sign in to comment.