Skip to content

Commit

Permalink
Removing cache stage which wasnt doing much
Browse files Browse the repository at this point in the history
- In the future, docker container should be cached and spinned up in this stage
  • Loading branch information
jdalrymple committed Jun 25, 2018
1 parent 1cf2a61 commit f34a991
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

stages:
- prepare cache
- lint and build
- test
- release
Expand All @@ -16,10 +15,6 @@ notifications:

jobs:
include:
- stage: prepare cache
node_js: node
script: true

- stage: lint and build
node_js: node
script: npm run lint
Expand Down

0 comments on commit f34a991

Please sign in to comment.