Skip to content

Commit

Permalink
🔧 Configure travis.yml to run standard checkup
Browse files Browse the repository at this point in the history
  • Loading branch information
WaKeMaTTa committed Apr 3, 2019
1 parent 86e568d commit f44f2c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ before_install: ./travis.sh before_install

install: ./travis.sh install

script: ./travis.sh script
script:
- ./travis.sh script
- bundle exec rake standard

# Define extra configurations to add to the build matrix.
# The idea here is that the USE_ATLAS=1 option should exercise all the ruby
Expand All @@ -48,7 +50,7 @@ matrix:
- rvm: jruby-9.0.5.0
env: USE_OPENBLAS=1
- rvm: jruby-9.0.5.0
env: USE_REF=1
env: USE_REF=1
# NOTE: The following two ruby versions on OSX are currently unavailable
- os: osx
rvm: 2.0.0-p648
Expand Down

0 comments on commit f44f2c7

Please sign in to comment.