.travis.yml in appbundler-0.5.0 vs .travis.yml in appbundler-0.6.0
- old
+ new
@@ -1,11 +1,12 @@
-rvm:
- - 2.0.0
- - 2.1.1
- - 2.2
-
-branches:
- only:
- - master
-
-script: bundle exec rspec --color --format progress
-
+rvm:
+ - 2.0.0
+ - 2.1.1
+ - 2.2
+
+branches:
+ only:
+ - master
+
+# The integration tests need to see installed gems.
+script: rspec --color --format progress
+