We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c8881 commit e22af7aCopy full SHA for e22af7a
.travis.yml
@@ -3,4 +3,4 @@ rvm:
3
- 2.1
4
install: bundle install && gem install s3_website
5
script: bundle exec jekyll build
6
-after_success: [ "$TRAVIS_EVENT_TYPE" = "push" ] && [ "$TRAVIS_BRANCH" = "master" ] && s3_website push
+after_success: '[ "$TRAVIS_EVENT_TYPE" = "push" ] && [ "$TRAVIS_BRANCH" = "master" ] && s3_website push'
0 commit comments