Browse Source

spec: Update travis configuration

Sebastien Badia 8 years ago
parent
commit
25ee79309e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@
 sudo: false
 language: ruby
 cache: bundler
-script: "bundle exec rake test"
+script: "bundle exec rake validate lint rubocop spec"
 #Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
 before_install:
   - gem update bundler