Skip to content

Commit 07c30a7

Browse files
committed
Merge pull request code-dot-org#651 from joshk/patch-1
Use the new build env on Travis [resolves #81634774]
2 parents 052424f + a95c02e commit 07c30a7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.travis.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
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
2+
3+
rvm: 2.0.0
4+
5+
sudo: false
6+
7+
cache: bundler
8+
9+
bundler_args: --without development --deployment
10+
11+
before_install: cd dashboard
12+
13+
before_script: bin/rake db:create db:schema:load
14+
15+
script: bin/rake
16+
1617
env:
1718
global:
1819
- DB=mysql

0 commit comments

Comments
 (0)