Skip to content

Commit 7886247

Browse files
runer112adriweb
authored andcommitted
Use the latest stable version of CEmu for testing
1 parent 549a4d8 commit 7886247

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
@@ -28,7 +28,7 @@ script:
2828
# Build examples
2929
- make -C $CEDEV/examples
3030
# Build CEmu core and autotester_cli
31-
- git clone https://github.com/CE-Programming/CEmu.git
31+
- git clone -b latest-stable --depth 1 https://github.com/CE-Programming/CEmu.git
3232
- make -C CEmu/core -j4 CC=gcc-6 CXX=g++-6 LINK=g++-6
3333
- make -C CEmu/tests/autotester -j4 CC=gcc-6 CXX=g++-6 LINK=g++-6
3434
- export PATH=$(pwd)/CEmu/tests/autotester:$PATH

0 commit comments

Comments
 (0)