Skip to content

Commit

Permalink
Update ruby versions in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Slater committed Apr 29, 2019
1 parent de142e9 commit 7f7d621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.8
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.3
- 2.3
bundler_args: "--without demo_test_run"
services:
- postgresql
before_script:
- psql -c 'create database spectre_test;' -U postgres
addons:
postgresql: "9.4"
postgresql: "9.6"
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD; docker build -t wearefriday/spectre .; docker push wearefriday/spectre; fi

0 comments on commit 7f7d621

Please sign in to comment.