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

Commit

Permalink
Downgrade xcode to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Amiri committed May 29, 2017
1 parent 726debd commit 4272fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os:
- osx
sudo: required
language: node_js
osx_image: xcode8.3
osx_image: xcode8.1
node_js:
- stable
notifications:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"pack": "build --dir",
"dist": "build -mwl",
"compile": "build -mwl --projectDir=app"
"compile": "build -m --projectDir=app"
},
"dependencies": {
"cal-heatmap": "^3.6.2",
Expand Down

0 comments on commit 4272fa7

Please sign in to comment.