Skip to content

Commit

Permalink
travis: mirror cunit on github
Browse files Browse the repository at this point in the history
because of cunit fails to download from sourceforge.net
it's reasonable place source to github.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
  • Loading branch information
muvarov committed Feb 16, 2017
1 parent 981b778 commit 622103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ before_install:

# Install cunit for the validation tests because distro version is too old and fails C99 compile
- export CUNIT_VERSION=2.1-3
- curl -sSOL http://sourceforge.net/projects/cunit/files/CUnit/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2
- curl -sSOL https://github.com/Linaro/libcunit/releases/download/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2
- tar -jxf *.bz2
- cd CUnit*
- ./bootstrap
Expand Down

0 comments on commit 622103a

Please sign in to comment.