Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f598a5e

Browse filesBrowse files
committed
Testing image build process.
1 parent 9a981d1 commit f598a5e
Copy full SHA for f598a5e

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
language: node_js
12
os: linux
23
services:
34
- docker
@@ -27,6 +28,7 @@ before_install:
2728
- 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')
2829

2930
install:
31+
- npm install -g casperjs
3032
- unzip utPLSQL.zip
3133
- unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
3234
# Chmod is needed to allow for write access within from docker container volume

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.