mirror of https://github.com/dswd/vpncloud.git
Trying to fix travis
This commit is contained in:
parent
1c6f72539e
commit
0ed3b060ff
|
@ -11,7 +11,7 @@ before_script:
|
|||
- ! ' set -e ;
|
||||
pip install ''travis-cargo<0.2'' --user ;
|
||||
export PATH=$HOME/.local/bin:$PATH ;
|
||||
export VERSION=1.0.6 ;
|
||||
export VERSION=1.0.10 ;
|
||||
wget https://github.com/jedisct1/libsodium/releases/download/$VERSION/libsodium-$VERSION.tar.gz ;
|
||||
tar xvfz libsodium-$VERSION.tar.gz ;
|
||||
pushd libsodium-$VERSION ;
|
||||
|
@ -25,7 +25,7 @@ script:
|
|||
travis-cargo build ;
|
||||
travis-cargo test ;
|
||||
travis-cargo bench ;
|
||||
travis-cargo coverage ;
|
||||
travis-cargo coverage || true ;
|
||||
'
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue