Skip to content

Commit

Permalink
switch to rspec 3.3.0 in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 31, 2015
1 parent 3c61710 commit 29da438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2-core-dev yast2 yast2-network" -g "rspec:2.14.1 yast-rake gettext rubocop:0.29.1 simplecov coveralls"
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2-core-dev yast2 yast2-network" -g "rspec:3.3.0 yast-rake gettext rubocop:0.29.1 simplecov coveralls"
script:
- rake check:syntax
- rake check:pot
Expand Down

0 comments on commit 29da438

Please sign in to comment.