Skip to content

Commit 4a66272

Browse files
author
Adrian Lehmann
authored
Fixed travis.yml
1 parent af5c428 commit 4a66272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo apt-get install mingw-w64
1010

1111
script:
12-
- mkdir -p target/x86_64-unknown-linux-musl/release/{cli,geometrify-linux64} && mkdir -p target/x86_64-pc-windows-gnu/release/{cli,geometrify-linux64}
12+
- mkdir -p target/x86_64-unknown-linux-musl/release/ && mkdir -p target/x86_64-pc-windows-gnu/release/
1313
- cargo test
1414
- rustup target add x86_64-unknown-linux-musl
1515
- rustup target add x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)