Skip to content

Commit 3a794fc

Browse files
committed
Merge pull request #354 from openxc/process-update
Process update for C5 programming on Mac/Linux
2 parents e4bda05 + 11ea052 commit 3a794fc

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- sudo apt-get update -qq
99
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq -y libgd2-xpm ia32-libs
1010
ia32-libs-multiarch; fi
11-
- script/bootstrap.sh
11+
- travis_wait script/bootstrap.sh
1212
- cd src
1313
after_success:
1414
- PLATFORM=TESTING make coverage
587 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)