Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
can I define addons per-job?
Signed-off-by: Christopher Hiller <[email protected]>
  • Loading branch information
boneskull committed Apr 4, 2018
commit 497c20c223445493d9d380dbb085cfa10fe5b5a0
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
- script: npm start test.bundle
- script: npm start test.browser
before_script: mkdir -p .karma
addons:
artifacts:
paths:
- .karma/
- ./mocha.js
chrome: stable
- stage: lint
script: npm start lint
- &smoke
stage: smoke
env: BUST_CACHE=1
env: SMOKE=1 # just busts the cache
install: npm install --production
script: ./bin/mocha --opts /dev/null --reporter spec test/sanity/sanity.spec.js
- <<: *smoke
Expand All @@ -43,12 +49,6 @@ notifications:
on_success: change
on_failure: always

addons:
artifacts:
paths:
- .karma/
- ./mocha.js
chrome: stable
cache:
directories:
- ~/.npm
Expand Down