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 9dffe62 commit 1a92452Copy full SHA for 1a92452
.travis.yml
@@ -9,11 +9,14 @@ cache:
9
- node_modules
10
11
before_install:
12
+ - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
13
+ - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
14
+ - sudo apt-get update -qq
15
+ - sudo apt-get install -y -qq yarn
16
- chmod +x start-server.sh
17
18
before_script:
- - npm install -g yarn
- - yarn install
19
+ - yarn
20
- './start-server.sh'
21
22
script:
0 commit comments