We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94291d6 commit 9cf0e54Copy full SHA for 9cf0e54
.travis.yml
@@ -1,13 +1,17 @@
1
-language: ruby
2
-rvm:
3
-- 2.3.1
4
-install:
5
-- bundle install
6
-deploy:
7
- provider: pages
8
- skip_cleanup: true
9
- github_token: $GITHUB_TOKEN
10
- local_dir: _site
11
- target_branch: master
12
- on:
+language: ruby
+cache: bundler
+rvm:
+- 2.3.1
+before_install:
+ - gem update --system
+ - gem install bundler
+install:
+- bundle install
+deploy:
+ provider: pages
+ skip_cleanup: true
13
+ github_token: $GITHUB_TOKEN
14
+ local_dir: _site
15
+ target_branch: master
16
+ on:
17
branch: develop
0 commit comments