.travis.yml in phare-0.7.1 vs .travis.yml in phare-1.0.0
- old
+ new
@@ -1,10 +1,9 @@
language: ruby
rvm:
- 2.1.1
- 2.0.0
- - 1.9.3
script:
- 'echo "Checking code style" && ./bin/phare'
- 'echo "Running specs" && bundle exec rake spec'