Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Try making tests pass in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed May 28, 2020
1 parent 73f2a8d commit 9d49f4e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ node_js:
- "12"
os:
- linux
- osx
- windows
# using xcode9.2 forces osx 10.12, which is WAAAYYYYYY faster than 10.13
# in fact, we couldn't get osx 10.13 to ever finish the running the tests
osx_image: xcode9.2

git:
autocrlf: false

services:
- docker

addons:
apt:
sources:
Expand All @@ -30,5 +29,8 @@ before_install:
export LINKXX="g++-5";
fi

before_script:
npm run build:tezos-image

after_success:
npm run coverage

0 comments on commit 9d49f4e

Please sign in to comment.