Skip to content

Commit def5936

Browse files
authored
Update Travis config (#25)
* Update Travis config following Travis warnings.
1 parent 307a229 commit def5936

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
language: swift
1+
os: osx
2+
language: objective-c
23
osx_image: xcode11
3-
sudo: required
44

55
addons:
66
homebrew:
@@ -53,10 +53,10 @@ jobs:
5353
- BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build -s docs -d gen-docs
5454
deploy:
5555
provider: pages
56-
skip-cleanup: true
57-
github-token: $GITHUB_TOKEN
58-
keep-history: true
59-
local-dir: gen-docs
60-
target-branch: gh-pages
56+
cleanup: true
57+
token: $GITHUB_TOKEN
58+
keep_history: true
59+
local_dir: gen-docs
60+
target_branch: gh-pages
6161
on:
6262
all_branches: true

0 commit comments

Comments
 (0)