This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build on both mac and linux on travis
- Loading branch information
1 parent
93e0db1
commit 6bb8b4c
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
language: objective-c | ||
|
||
notifications: | ||
email: | ||
on_success: never | ||
on_failure: change | ||
|
||
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' | ||
os: | ||
- linux | ||
- osx | ||
|
||
install: | ||
- rm -rf ~/.nvm | ||
- git clone https://github.com/creationix/nvm.git ~/.nvm | ||
- source ~/.nvm/nvm.sh | ||
- nvm install $NODE_VERSION | ||
- node --version | ||
- npm install | ||
|
||
script: npm test | ||
|
||
sudo: false | ||
|
||
git: | ||
depth: 10 | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
env: | ||
global: | ||
- CC=clang CXX=clang++ npm_config_clang=1 | ||
matrix: | ||
- NODE_VERSION=node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters