Skip to content

Commit

Permalink
Tweaks to Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinCampbell committed Dec 19, 2016
1 parent 218d021 commit f92f29e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@ language: node_js
node_js:
- "6"

env:
- CXX=g++-4.9

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi

install:
- npm install
- npm run vscode:prepublish
- npm run compile
- npm install -g vsce
- vsce package
Expand Down

0 comments on commit f92f29e

Please sign in to comment.