Skip to content

Commit

Permalink
travis: update configuration.
Browse files Browse the repository at this point in the history
Updates node version, bundler_args and switches language to generic.
  • Loading branch information
david-yz-liu committed Dec 1, 2019
1 parent 1c1d4c0 commit d414550
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
language: generic
rvm:
- 2.5.3
node_js:
- "11.0"
dist: xenial
addons:
postgresql: "10"
Expand Down Expand Up @@ -30,7 +32,6 @@ before_script:
- bundle exec rake db:migrate RAILS_ENV=test

script:
# - bundle exec rake test # shoulda (with rails 5) compatibility issues
- bundle exec rspec

services:
Expand All @@ -40,7 +41,7 @@ services:
notifications:
email: false

bundler_args: --retry 10
bundler_args: --retry 10 --without mysql sqlite offline unicorn

cache:
yarn: true
Expand Down

0 comments on commit d414550

Please sign in to comment.