Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: .travis.yml

Issue 1672563002: e2e test for transformer (webdriver + pub serve) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | package.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 language: dart 1 language: dart
2 dart: 2 dart:
3 - dev 3 - dev
4 cache: 4 cache:
5 directories: 5 directories:
6 - $HOME/.npm 6 - $HOME/.npm
7 - $HOME/.nvm 7 - $HOME/.nvm
8 - $HOME/.pub-cache/hosted 8 - $HOME/.pub-cache/hosted
9 - $HOME/.chrome/canary
10 - node_modules 9 - node_modules
11 before_install: 10 before_install:
12 - pub global activate dart_coveralls 11 - pub global activate dart_coveralls
13 - export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh` 12 - export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`
14 - export DISPLAY=:99.0 13 - export DISPLAY=:99.0
15 - sh -e /etc/init.d/xvfb start 14 - sh -e /etc/init.d/xvfb start
16 before_script: 15 before_script:
17 - nvm install 5.5.0 16 - nvm install 5.5.0
18 - npm install 17 - npm install
19 script: 18 script:
20 - ./tool/presubmit.sh && ./tool/coverage.sh 19 - ./tool/presubmit.sh && ./tool/coverage.sh
OLDNEW
« no previous file with comments | « no previous file | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698