Skip to content

Commit

Permalink
chore: use Xcode 7 (nvm preinstalled), don't install nsis on appveyour
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Mar 24, 2016
1 parent 359de71 commit 274c47f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ os:
- osx
- linux

osx_image: xcode7.3

env:
- NODE_VERSION=4
- NODE_VERSION=5.8
Expand All @@ -28,9 +30,6 @@ before_install:
- gem install --no-rdoc --no-ri fpm

install:
- rm -rf ~/.nvm
- git clone https://github.com/creationix/nvm.git ~/.nvm
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- npm install npm -g
- npm prune
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ init:
- git config --global core.autocrlf false

install:
- choco install nsis -y
- ps: Install-Product node 5 x64
- npm install npm -g
- node -v
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"plist": "^1.2.0",
"pre-commit": "^1.1.2",
"semantic-release": "^4.3.5",
"should": "^8.2.2",
"should": "^8.3.0",
"ts-babel": "^0.6.1",
"tsconfig-glob": "^0.4.2",
"tslint": "next",
Expand Down

0 comments on commit 274c47f

Please sign in to comment.