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

Commit

Permalink
Update: Updated Travis configuration file to new architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Jul 13, 2017
1 parent 3142a08 commit 8a7eeee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
sudo: required
dist: trusty
node_js: stable
before_script:
Expand All @@ -8,12 +7,8 @@ before_script:
addons:
sauce_connect: false
script:
- ./node_modules/.bin/polymer lint raml-docs-response-panel.html
# - node_modules/.bin/polymer test --plugin sauce --job-name "raml-docs-response-panel:${TRAVIS_BRANCH}" --build-number=${TRAVIS_BUILD_NUMBER}
cache:
directories:
- bower_components
- node_modules
- npm run lint
- node_modules/.bin/polymer test --plugin sauce --job-name "raml-docs-response-panel:${TRAVIS_BRANCH}" --build-number=${TRAVIS_BUILD_NUMBER}
branches:
only:
- stage
Expand Down

0 comments on commit 8a7eeee

Please sign in to comment.