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.
1 parent 162fbcf commit a0a34deCopy full SHA for a0a34de
.travis.yml
@@ -1,13 +1,10 @@
1
sudo: required
2
language:
3
- ruby
4
- - node_js
5
-node_js:
6
- - "10"
7
cache:
8
bundler: true
9
- directories: "node_modules"
10
-services:
+ yarn: true
+ services:
11
- postgresql
12
13
# Note: we will build pull requests, and these branches
@@ -38,8 +35,13 @@ before_install:
38
35
- chmod +x ./cc-test-reporter
39
36
- export PATH=$PWD/geckodriver:$PATH
40
37
+install:
+ - nvm install 10
+ - npm i -g yarn
41
+ - bundle install
42
+ - yarn install
43
+
44
before_script:
-- yarn install
45
- ./scripts/install_phantomjs.sh
46
- RAILS_ENV=test bundle exec rake db:create db:migrate
47
- RAILS_ENV=test bundle exec rake assets:precompile
0 commit comments