Update .travis.yml

This commit is contained in:
Simon
2017-06-02 17:37:45 +08:00
committed by GitHub
parent 9070fbb740
commit 8869c1ceb1

View File

@@ -28,7 +28,7 @@ compiler:
- gcc
env:
- CONFIG_OPTS="no-paillier no-serpent" DESTDIR="_install"
- CONFIG_OPTS="no-paillier no-serpent --prefix=dist/" DESTDIR="_install"
before_script:
- env
@@ -42,7 +42,6 @@ script:
else
make="make";
fi
- $make update
- mkdir dist/
- $make
- $make test
- $make install