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

Commit

Permalink
Switching back to cached copy
Browse files Browse the repository at this point in the history
  • Loading branch information
arronei committed Apr 15, 2016
1 parent fe168c7 commit 2602321
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ install:
- git checkout c16b904627ab7030e2f4b6477bf87417eaea00ec
- popd
- pip install --editable ./bikeshed
- bikeshed update
#- bikeshed update
# Instead of bikeshed update, we use a cached copy of the files to give consistent builds
#- cp .spec-data/* ./bikeshed/bikeshed/spec-data
#- cp .spec-data/biblio/* ./bikeshed/bikeshed/spec-data/biblio
#- cp .spec-data/readonly/* ./bikeshed/bikeshed/spec-data/readonly
- cp -R .spec-data/* ./bikeshed/bikeshed/spec-data
script: 'bikeshed spec && ./.multipage-split.sh'
after_success:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && ./.deploy-output.sh'
Expand Down

0 comments on commit 2602321

Please sign in to comment.