-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit 990231a
author
committedForest Hoffman
Make custom unique job ID for Travis
$TRAVIS_JOB_NUMBER is unreliable, as it outputs the currently running
job number ($TRAVIS_BUILD_NUMBER.XX) which seems to be the job that
was started last.1 parent 4769792 commit 990231a
2 files changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
6 | + | ||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 | - | ||
159 | - | ||
160 | - | ||
158 | + | ||
159 | + | ||
161 | 160 |
| |
162 | - | ||
161 | + | ||
163 | 162 |
| |
164 | 163 |
| |
165 | 164 |
| |
|
0 commit comments