Browse Source

Add missing arch architecture release configuration

timvisee 7 years ago
parent
commit
4ffa0cc90a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -102,6 +102,7 @@ jobs:
       deploy: *deploy-github-release
     - stage: release
       rust: stable
+      env: TARGET=arm-unknown-linux-gnueabi
       install: *install-github-release-cross
       script: *script-github-release
       deploy: *deploy-github-release