Browse Source

travis: fix-up arch name from amd64 to x86_64

pull/2/head
Alibek Omarov 5 years ago
parent
commit
a0514c242b
  1. 2
      .travis.yml

2
.travis.yml

@ -56,7 +56,7 @@ jobs: @@ -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…
Cancel
Save