Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
- use `bundle install` to install development gems from Gemfile
- move build from `before_script` to `script`
- move deploy from `script` to `after_script`
  • Loading branch information
kswenson committed Aug 12, 2018
1 parent 5dfaf17 commit 6aafebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,12 +2,12 @@ sudo: false
language: node_js
node_js: node
install:
- travis_retry bundle install
- travis_retry gem install s3_website
- travis_retry gem install sproutcore -v 1.11
- travis_retry pip install awscli --upgrade --user
- travis_retry yarn
before_script: npm run build:travis
script: "./bin/s3_deploy.sh"
script: npm run build:travis
after_script: "./bin/s3_deploy.sh"
cache:
bundler: true
directories:
Expand Down

0 comments on commit 6aafebc

Please sign in to comment.