Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
get rid of empty build
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Nov 23, 2016
1 parent ec7cbd0 commit d994c6c
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ matrix:
addons:
apt:
packages:
- icnsutils
- graphicsmagick
- xz-utils
- gcc-multilib
- g++-multilib

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- curl https://install.meteor.com/ | sh
- PATH=$PATH:~/.meteor
- npm install -g meteor-build-client

script:
- gulp --platform linux
- icnsutils
- graphicsmagick
- xz-utils
- gcc-multilib
- g++-multilib
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- curl https://install.meteor.com/ | sh
- PATH=$PATH:~/.meteor
- npm install -g meteor-build-client
script:
- gulp --platform linux

0 comments on commit d994c6c

Please sign in to comment.