travis: fix-up arch name from amd64 to x86_64
This commit is contained in:
parent
b96eb14cf7
commit
a0514c242b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ jobs:
|
|||
- libstdc++6
|
||||
- libfuse2
|
||||
before_script:
|
||||
- export ARCH=amd64
|
||||
- export ARCH=x86_64
|
||||
- sh scripts/travis_common_deps.sh
|
||||
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue