We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 052424f + a95c02e commit 07c30a7Copy full SHA for 07c30a7
.travis.yml
@@ -1,18 +1,19 @@
1
language: ruby
2
-rvm:
3
-- 2.0.0
4
-bundler_args: --without development --deployment --path .bundle
5
-before_install:
6
-- cd dashboard
7
-- wget https://s3.amazonaws.com/bundle-cache-builds/bundle_cache
8
-- chmod +x ./bundle_cache
9
-- ./bundle_cache download
10
-before_script:
11
-- bin/rake db:create db:schema:load
12
-script:
13
-- bin/rake
14
-after_script:
15
-- ./bundle_cache upload
+
+rvm: 2.0.0
+sudo: false
+cache: bundler
+bundler_args: --without development --deployment
+before_install: cd dashboard
+before_script: bin/rake db:create db:schema:load
+script: bin/rake
16
17
env:
18
global:
19
- DB=mysql
0 commit comments