summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 14b30d9..48b2f2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,7 @@ jobs:
skip_cleanup: true
- stage: build-macos
rust: stable
- os: linux
+ os: osx
if: tag IS present
script: cargo build --release
before_deploy: "cp target/release/interactive-rebase-tool target/release/macos-interactive-rebase-tool"