]> cat aescling's git repositories - mastodon.git/commitdiff
Trying to fix travis builds
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 3 Sep 2016 12:20:59 +0000 (14:20 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 3 Sep 2016 12:20:59 +0000 (14:20 +0200)
.travis.yml

index 262c4698566bcdda7f40218abcb7831d7144495a..7890d4943398b68298b890d2a8b7e7f15d7a58ad 100644 (file)
@@ -20,9 +20,10 @@ bundler_args: --without development production --retry=3 --jobs=3
 
 install:
   - npm install -g npm@2
+  - npm install
+  - bundle install
 
 before_script:
-  - npm install
-  - bundle exec rake db:create db:migrate
+  - bundle exec rails db:create db:migrate
 
 script: bundle exec rspec