Skip to content

Commit 0861a07

Browse files
committed
Update travis build
1 parent 414e78c commit 0861a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: generic
22
script:
3-
- bash "./compile.sh"
3+
- bash "./compile.sh"
44
deploy:
55
local_dir: docs
66
provider: pages
77
skip_cleanup: true
8-
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
8+
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
99
on:
10-
branch: master
10+
branch: main

0 commit comments

Comments
 (0)