Skip to content

Commit

Permalink
build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianovide committed Jan 10, 2019
1 parent 73b25e9 commit efcc3a2
Show file tree
Hide file tree
Showing 3 changed files with 2,566 additions and 515 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:
- npm run coveralls
before_deploy:
- pushd functions && npm install && popd
- npm run build
# - npm run build
- git config --local user.name "Geovation from Travis"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${binary:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
Expand Down Expand Up @@ -89,15 +89,9 @@ matrix:
- npm run build:ios
install:
- npm install
- npm install ios-deploy
before_deploy:
# - npm run build
- ls -la
- ls -la cordova-app
- ls -la cordova-app/platforms
- ls -la cordova-app/platforms/ios
- ls -la cordova-app/platforms/ios/build
- ls -la cordova-app/platforms/ios/build/device/

- git config --local user.name "Geovation from Travis"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${binary:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
Expand Down
Loading

0 comments on commit efcc3a2

Please sign in to comment.