Skip to content

Commit

Permalink
amd64 adjust ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Feb 13, 2021
1 parent b4f6bac commit 5ed6dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
dist: focal
os: linux
arch: arm64-graviton2
arch: amd64

go:
- "1.15.7"
Expand All @@ -24,13 +24,13 @@ branches:

env:
# Run ./test.sh --help for a description of each of the flags
- TESTFLAGS="--integration"
- TESTFLAGS="--start-py --lints"
- TESTFLAGS="--integration --generate"
# Config changes that have landed in main but not yet been applied to
# production can be made in boulder-config-next.json.
- TESTFLAGS="--integration --config-next"
- TESTFLAGS="--integration --config-next --rpm"
- TESTFLAGS="--unit --enable-race-detection"
- TESTFLAGS="--unit --enable-race-detection --config-next"
- TESTFLAGS="--start-py --lints --generate --rpm"
# gomod-vendor runs with a separate container because it needs to fetch
# packages from GitHub et. al., which is incompatible with the DNS server
# override in the boulder container (used for service discovery).
Expand Down

0 comments on commit 5ed6dd1

Please sign in to comment.