Skip to content

Commit da73593

Browse files
committed
Add .travis.yml.
1 parent e636130 commit da73593

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: crystal
2+
3+
crystal:
4+
- latest
5+
6+
script:
7+
- crystal spec
8+
- crystal docs
9+
10+
deploy:
11+
provider: pages
12+
skip_cleanup: true
13+
github_token: $GITHUB_TOKEN
14+
project_name: toddsundsted/iterm2
15+
on:
16+
branch: master
17+
local_dir: docs

0 commit comments

Comments
 (0)