Skip to content

Commit

Permalink
Remove workaround for Travis (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 21, 2020
1 parent 9f0884d commit b1029da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -30,10 +30,6 @@ addons:
- tar
- gzip

# Temporary work around to make the package build on nightly
env:
- JULIA_PKG_PRECOMPILE_AUTO=0

jobs:
#allow_failures:
# - julia: nightly
Expand All @@ -43,21 +39,19 @@ jobs:
env:
- BINARYBUILDER_RUNNER=privileged
- BINARYBUILDER_USE_SQUASHFS=true
- JULIA_PKG_PRECOMPILE_AUTO=0

# Add a job that uses the unprivileged builder with unpacked shards
- julia: nightly
env:
- BINARYBUILDER_RUNNER=unprivileged
- BINARYBUILDER_USE_SQUASHFS=false
- JULIA_PKG_PRECOMPILE_AUTO=0

# Add a job that uses the docker builder with unpacked shards
- julia: nightly
env:
- BINARYBUILDER_RUNNER=docker
- BINARYBUILDER_USE_SQUASHFS=false
- JULIA_PKG_PRECOMPILE_AUTO=0

- stage: "Documentation"
julia: nightly
os: linux
Expand Down

0 comments on commit b1029da

Please sign in to comment.