Skip to content

Commit ce0050b

Browse files
committed
Fix travis ci config
1 parent 4d7f703 commit ce0050b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ env:
2121
- RUST_BACKTRACE=1
2222
# Reduce amount of benchmark runs as they are slow.
2323
- COMPILE_RUNS=2 RUN_RUNS=2
24-
CG_CLIF_COMPILE_FLAGS:
25-
- ""
26-
- "--features backend_object"
24+
jobs:
25+
- "CG_CLIF_COMPILE_FLAGS="
26+
- "CG_CLIF_COMPILE_FLAGS=--features backend_object"

0 commit comments

Comments
 (0)