We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e568d commit f44f2c7Copy full SHA for f44f2c7
.travis.yml
@@ -29,7 +29,9 @@ before_install: ./travis.sh before_install
29
30
install: ./travis.sh install
31
32
-script: ./travis.sh script
+script:
33
+ - ./travis.sh script
34
+ - bundle exec rake standard
35
36
# Define extra configurations to add to the build matrix.
37
# The idea here is that the USE_ATLAS=1 option should exercise all the ruby
@@ -48,7 +50,7 @@ matrix:
48
50
- rvm: jruby-9.0.5.0
49
51
env: USE_OPENBLAS=1
52
- env: USE_REF=1
53
+ env: USE_REF=1
54
# NOTE: The following two ruby versions on OSX are currently unavailable
55
- os: osx
56
rvm: 2.0.0-p648
0 commit comments