Skip to content

Commit

Permalink
* Commented code required to build AppImage (CI/CD) packages for the …
Browse files Browse the repository at this point in the history
…moment as it was causing trouble with Travis config.

Signed-off-by: Navdeep Singh Sidhu <deepsidhu1313@users.noreply.github.com>
  • Loading branch information
deepsidhu1313 committed Nov 18, 2018
1 parent b6f7b1e commit ce36277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ branches:
only:
- master

env:
- ARCH=x86_64 DOCKER_IMAGE=amd64/ubuntu:trusty
- ARCH=i686 DOCKER_IMAGE=i386/ubuntu:trusty
# env:
# - ARCH=x86_64 DOCKER_IMAGE=amd64/ubuntu:trusty
# - ARCH=i686 DOCKER_IMAGE=i386/ubuntu:trusty

matrix:
fast_finish: true
Expand Down

0 comments on commit ce36277

Please sign in to comment.