Fix travis: use && instead of &

This commit is contained in:
lupoDharkael
2017-12-20 14:41:48 +01:00
parent 90ab191990
commit 569438aadd

View File

@@ -151,7 +151,7 @@ script:
- echo "------------- RUN TESTS -------------"
- make check
- pwd & ls
- mkdir qtdeploy & mv flameshot ./qtdeploy/
- mkdir qtdeploy && mv flameshot ./qtdeploy/
- cp ./qtdeploy/flameshot ./
- curl --upload-file ./flameshot https://transfer.sh/flameshot
- cd ./qtdeploy