Skip to content

Commit

Permalink
Merge pull request #1 from Microsoft/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
takumif committed Nov 23, 2015
2 parents 47eb735 + 28e29d7 commit 7a5c553
Show file tree
Hide file tree
Showing 117 changed files with 1,594 additions and 1,658 deletions.
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: node_js
language: cpp

node_js:
- "0.12"
os:
- linux
- osx

addons:
apt:
Expand All @@ -17,8 +18,20 @@ addons:
- libgtk2.0-0

before_install:
- export CXX="g++-4.9" CC="gcc-4.9"
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 0.12
- nvm use 0.12
- npm config set python `which python`
- npm install -g gulp
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9";
fi

install:
- ./scripts/npm.sh install
- gulp electron compile

script:
- ./test/run.sh
Loading

0 comments on commit 7a5c553

Please sign in to comment.