We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f02c42 commit 0f742e6Copy full SHA for 0f742e6
.travis.yml
@@ -27,19 +27,19 @@ matrix:
27
# OSX builders
28
- env: >
29
RUST_CHECK_TARGET=check
30
- RUST_CONFIGURE_ARGS=--target=x86_64-apple-darwin
+ RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin
31
SRC=.
32
os: osx
33
install: brew install ccache
34
35
36
- RUST_CONFIGURE_ARGS=--target=i686-apple-darwin
+ RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
37
38
39
40
41
42
- RUST_CONFIGURE_ARGS=--target=x86_64-apple-darwin --disable-rustbuild
+ RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin --disable-rustbuild
43
44
45
0 commit comments