Skip to content

Commit

Permalink
Merge pull request #144 from otahi/fix_ci_build
Browse files Browse the repository at this point in the history
Fix CI errors on Travis-CI
  • Loading branch information
otahi committed Feb 19, 2016
2 parents b9d6024 + 1aae826 commit 5d9eb4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
/doc
/tmp
vagrant-proxyconf-*.gem
/vendor
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -10,16 +10,13 @@ before_install:
bundler_args: --without=development

rvm: 2.0.0
env: VAGRANT_VERSION=v1.7.2
env: VAGRANT_VERSION=v1.8.1
matrix:
include:
- env: VAGRANT_VERSION=v1.7.2
- env: VAGRANT_VERSION=v1.6.5
- env: VAGRANT_VERSION=v1.5.4
- env: VAGRANT_VERSION=v1.4.3
- env: VAGRANT_VERSION=v1.3.5
rvm: 1.9.3
- env: VAGRANT_VERSION=v1.2.7
rvm: 1.9.3
- env: VAGRANT_VERSION=master
allow_failures:
- env: VAGRANT_VERSION=master

0 comments on commit 5d9eb4d

Please sign in to comment.