Skip to content

Commit

Permalink
travis: Clean up and update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 14, 2020
1 parent 94fffdf commit c609c4b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ jobs:
- "nix-env -iA cachix -f https://cachix.org/api/v1/install"
script:
- cachix use dseams
# - cachix push dseams --watch-store&
- cachix push dseams --watch-store&
- nix-build .
deploy:
provider: script
edge: true
cleanup: false
script: cachix push dseams
- sleep 30s # wait for the cachix push to complete
- language: python
python: "3.6"
before_install:
Expand Down

0 comments on commit c609c4b

Please sign in to comment.