Backport #10285 to beta (#10286)

* Don't run the CPP example on CI

* Add comment
This commit is contained in:
Pierre Krieger 2019-02-03 14:02:40 +01:00 committed by Afri Schoedon
parent b4e4038fb5
commit 678138f097
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ cpp_test () {
cd $DIR
cmake ..
make -j $THREADS
./parity-example > example.logs
tail --lines 100 example.logs
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
# that to happen on CI
cd -
rm -rf $DIR
;;