Skip to content

Commit

Permalink
E2E npm registry proxy & truffle smoke-tests (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke authored and nivida committed Oct 30, 2019
1 parent 49f3eac commit 266741c
Show file tree
Hide file tree
Showing 7 changed files with 2,016 additions and 382 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
- xvfb
language: node_js
matrix:
fast_finish: true
include:
- node_js: 8
env: TEST=unit
Expand All @@ -13,11 +14,17 @@ matrix:
env: TEST=build_and_lint
- node_js: 10
env: TEST=unit_and_e2e_clients
- node_js: 10
env: TEST=e2e_truffle
- node_js: 10
env: TEST=e2e_browsers
addons:
chrome: stable
firefox: latest
allow_failures:
- node_js: 10
env: TEST=e2e_truffle

addons:
apt:
sources:
Expand Down
Loading

0 comments on commit 266741c

Please sign in to comment.