Skip to content

Commit 797851e

Browse files
committed
---
yaml --- r: 122479 b: refs/heads/master c: 0aa23ed h: refs/heads/master i: 122477: 7219477 122475: 0932af0 122471: 9c8cf62 122463: 55854f8 v: v3
1 parent 6c14748 commit 797851e

29 files changed

+2049
-995
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fb560c673d5ed9edf81a1782c4c9273cf08002f6
2+
refs/heads/master: 0aa23ed18a927aad6578d7a23183275239deb2be
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: afdfe40aa0b7dfc7800dddbc1f55da979abfe486
55
refs/heads/try: 77f72d36ecd447877634d8e5c54b8d793e34cefa

trunk/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script: |
4141
if [[ $LLVM_VERSION != '3.4' ]]; then exit 0; fi
4242
fi &&
4343
make tidy &&
44-
travis_wait make -j4 rustc-stage1 &&
44+
make -j4 rustc-stage1 RUSTFLAGS='-Z time-passes' &&
4545
make check-stage1-std check-stage1-rpass check-stage1-cfail check-stage1-rfail check-stage1-doc
4646
4747
env:

0 commit comments

Comments
 (0)