Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Only run webpack 2 test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 8, 2016
1 parent 3502abb commit d18307e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ before_install:
# remove useless/non listed deps
- npm prune

script: npm run test-with-coverage
script:
- npm run test-with-coverage
- npm run docs-webpack-2-test

after_success: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"docs-webpack-2": "npm i webpack@^2.1.0-beta.25 && babel-node scripts/docs.js && cd docs && npm i extract-text-webpack-plugin@^2.0.0-beta.4",
"docs-webpack-2-start": "npm run docs-webpack-2 && npm start",
"docs-webpack-2-test": "npm run docs-webpack-2 && cd docs && npm test",
"test-docs": "npm run docs && cd docs && npm test && cd .. && npm run docs-webpack-2-test",
"test-docs": "npm run docs && cd docs && npm test",
"#posttest-docs": "install back webpack 1",
"posttest-docs": "npm install && npm run docs",
"predocs-start": "npm run docs",
Expand Down

0 comments on commit d18307e

Please sign in to comment.