diff options
author | 2017-12-09 11:03:24 +0100 | |
---|---|---|
committer | 2017-12-09 11:03:24 +0100 | |
commit | 0b45ea4bd486565da5d78793dcb4718afb4f4387 (patch) | |
tree | bc6033773fa2c8959d6de6d8b673902141f17c84 | |
parent | b7a627cd986cb05e71c456782daaee4f47e26ede (diff) | |
download | cortex-m-0b45ea4bd486565da5d78793dcb4718afb4f4387.tar.gz cortex-m-0b45ea4bd486565da5d78793dcb4718afb4f4387.tar.zst cortex-m-0b45ea4bd486565da5d78793dcb4718afb4f4387.zip |
fix travis
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dc66bdc..d780549 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,10 @@ matrix: before_install: set -e install: - - sh ci/install.sh + - bash ci/install.sh script: - - sh ci/script.sh + - bash ci/script.sh after_script: set +e |