We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a981d1 commit f598a5eCopy full SHA for f598a5e
.travis.yml
@@ -1,3 +1,4 @@
1
+language: node_js
2
os: linux
3
services:
4
- docker
@@ -27,6 +28,7 @@ before_install:
27
28
- curl -Lk -o utPLSQL-cli.zip $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL-cli/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip\"" | sed 's/"//g')
29
30
install:
31
+ - npm install -g casperjs
32
- unzip utPLSQL.zip
33
- unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
34
# Chmod is needed to allow for write access within from docker container volume
0 commit comments