projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stub out requests to hostip.info during tests
[rails.git]
/
.travis.yml
diff --git
a/.travis.yml
b/.travis.yml
index 1af42245277b028b42beee4c463596c2500d8769..ad8f7e599ea42dff4504becf9e0aaa15625a942d 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,7
+1,7
@@
sudo: false
language: ruby
rvm:
- -
1.9.3
+ -
2.3.1
cache: bundler
addons:
postgresql: 9.1
@@
-26,4
+26,4
@@
before_script:
script:
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
- - bundle exec rake test
+ - bundle exec rake test
:db