Skip to content

Commit f44f2c7

Browse files
committed
🔧 Configure travis.yml to run standard checkup
1 parent 86e568d commit f44f2c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ before_install: ./travis.sh before_install
2929

3030
install: ./travis.sh install
3131

32-
script: ./travis.sh script
32+
script:
33+
- ./travis.sh script
34+
- bundle exec rake standard
3335

3436
# Define extra configurations to add to the build matrix.
3537
# The idea here is that the USE_ATLAS=1 option should exercise all the ruby
@@ -48,7 +50,7 @@ matrix:
4850
- rvm: jruby-9.0.5.0
4951
env: USE_OPENBLAS=1
5052
- rvm: jruby-9.0.5.0
51-
env: USE_REF=1
53+
env: USE_REF=1
5254
# NOTE: The following two ruby versions on OSX are currently unavailable
5355
- os: osx
5456
rvm: 2.0.0-p648

0 commit comments

Comments
 (0)