Skip to content

Commit

Permalink
travis: curl -> wget
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Sep 27, 2016
1 parent 09b8a93 commit 4228231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ run-tests-linux-gcc: run-performance
sudo i386 chroot ${chroot} sh -c "mkdir -p /tmp/output"
sudo i386 chroot ${chroot} sh -c "PATH=/bin:/usr/bin:/sbin:/usr/sbin /tmp/kcov/tests/tools/run-tests /tmp/kcov/build/src/kcov /tmp/output /tmp/kcov/build-tests/ /tmp/kcov -v"
build/src/kcov --coveralls-id=$(TRAVIS_JOB_ID) --include-pattern=kcov --exclude-pattern=helper.cc,library.cc,html-data-files.cc /tmp/kcov-kcov build/src/kcov || true
bash <\(curl -s https://codecov.io/bash\) -s /tmp/kcov-kcov || true
bash <\(wget -s https://codecov.io/bash\) -s /tmp/kcov-kcov || true

run-tests-linux-clang: build
tests/tools/run-tests build/src/kcov /tmp/ build-tests/ `pwd` -v
Expand Down

0 comments on commit 4228231

Please sign in to comment.