Skip to content

Commit

Permalink
disable arm on Travis, too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Dec 16, 2019
1 parent 36ac9e0 commit 41e8728
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -20,8 +20,9 @@ env:
- TARGET="couch debian-stretch ${TARBALL_URL}"
- TARGET="js debian-buster"
- TARGET="couch debian-buster ${TARBALL_URL}"
- TARGET="js arm64v8-debian-buster"
- TARGET="couch arm64v8-debian-buster ${TARBALL_URL}"
# Too slow, have to comment out...
#- TARGET="js arm64v8-debian-buster"
#- TARGET="couch arm64v8-debian-buster ${TARBALL_URL}"
- TARGET="js ubuntu-xenial"
- TARGET="couch ubuntu-xenial ${TARBALL_URL}"
- TARGET="js ubuntu-bionic"
Expand Down

0 comments on commit 41e8728

Please sign in to comment.