Skip to content

Commit

Permalink
Merge pull request #37 from beevelop/gapis-next
Browse files Browse the repository at this point in the history
Upgrade to Cordova 8.0.0
  • Loading branch information
beevelop authored Dec 20, 2017
2 parents 0f6ea97 + 3660ab1 commit 03ef317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services:
- docker

script:
- docker build -t beevelop/cordova .
- docker run beevelop/cordova /bin/sh -c "cordova create test && cd test && cordova platform add android && cordova build android"
- docker build -t cordi .
- docker run cordi /bin/sh -c "cordova create test && cd test && cordova platform add android && cordova build android"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM beevelop/android-nodejs:gapis
MAINTAINER Maik Hummel <[email protected]>

ENV CORDOVA_VERSION 6.1.1
ENV CORDOVA_VERSION 8.0.0

WORKDIR "/tmp"

Expand Down

0 comments on commit 03ef317

Please sign in to comment.