Skip to content

Commit

Permalink
bash all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 4, 2017
1 parent 74064d7 commit 89827ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,21 @@ matrix:
- env: TARGET=i686-apple-darwin
os: osx
# old nightly to work around rust-lang/cargo#4699
rust: nightly-2017-10-04
rust: nightly-2017-10-10
- env: TARGET=x86_64-apple-darwin
os: osx
rust: nightly
# old nightly to work around rust-lang/cargo#4699
rust: nightly-2017-10-10

install:
- sh ci/install.sh
- bash ci/install.sh

script:
- sh ci/script.sh
- bash ci/script.sh

before_deploy:
- sh ci/before_deploy.sh
- bash ci/before_deploy.sh

deploy:
api_key:
Expand Down
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -ex
set -euxo pipefail

main() {
local src=$(pwd) \
Expand Down
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -ex
set -euxo pipefail

main() {
cross build --target $TARGET
Expand Down

0 comments on commit 89827ed

Please sign in to comment.