We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9427f16 commit 0b5b0caCopy full SHA for 0b5b0ca
1 file changed
.travis.yml
@@ -27,16 +27,16 @@ jobs:
27
- sqlite3 ./test.sqlite3 < db_spec/sqlite3/migration.sql
28
script:
29
- env SQLITE3_URL=$SQLITE3_URL crystal spec db_spec/sqlite3
30
- - name: Generate docs
+ - stage: Deploy
31
32
- crystal docs
33
-deploy:
34
- provider: pages
35
- skip_cleanup: true
36
- keep_history: true
37
- github_token: $GITHUB_TOKEN
38
- on:
39
- branch: master
40
- local_dir: docs
+ deploy:
+ provider: pages
+ skip_cleanup: true
+ keep_history: true
+ github_token: $GITHUB_TOKEN
+ on:
+ branch: master
+ local_dir: docs
41
addons:
42
postgresql: "9.5"
0 commit comments