Skip to content

Commit

Permalink
Releasing Euler v0.3.2 via Travis (fixing the config file)
Browse files Browse the repository at this point in the history
  • Loading branch information
arguiot committed Nov 15, 2020
1 parent 9d63731 commit 9b85c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
os: osx
osx_image: xcode11.5
osx_image: xcode12.2
env:
global:
- FRAMEWORK_NAME=Euler
Expand All @@ -21,7 +21,7 @@ jobs:
- cd docs && echo "euler.arguiot.com" > CNAME # Keeps the URL
deploy:
- provider: pages
skip_cleanup: true
cleanup: false
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
local-dir: docs
Expand Down

0 comments on commit 9b85c16

Please sign in to comment.