🔥 pycharm config in travis

This commit is contained in:
abe33 2018-11-26 14:28:22 +01:00
parent 8ac263ba7e
commit 9c87657b7a
No known key found for this signature in database
GPG Key ID: C864D42B6A53E85B

View File

@ -13,7 +13,7 @@ before_install:
- export LD_LIBRARY_PATH="$HOME/lib:$LD_LIBRARY_PATH"
- curl --silent --compressed --output "$HOME/kited-test" "https://s3-us-west-1.amazonaws.com/kited-test/linux/kited-test"
- chmod u+x "$HOME/kited-test"
- $HOME/kited-test > ~/kited-test.log 2>&1 & sleep 20 && KITED_TEST=true bash ./build-plugin.bash CI
- $HOME/kited-test > ~/kited-test.log 2>&1
install:
- npm install