Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package updates for minor release (cordova-ios@4.6) - PENDING WIP #370

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
language: objective-c
osx_image: xcode9.2
sudo: false

env:
matrix:
- TRAVIS_NODE_VERSION: '4.8.7'
- TRAVIS_NODE_VERSION: '6.13'
- TRAVIS_NODE_VERSION: '8'
- TRAVIS_NODE_VERSION: '10'

before_install:
- npm cache clean -f
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
install $TRAVIS_NODE_VERSION
- node --version

install:
- npm install
- npm install ios-deploy
- npm install -g codecov

script:
- npm run unit-tests
- npm run e2e-tests
- open -b com.apple.iphonesimulator
- npm run objc-tests
- npm run cover
- npm run eslint
after_script: codecov

after_script:
- codecov
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
5 changes: 0 additions & 5 deletions node_modules/base64-js/.travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/base64-js/bench/bench.js

This file was deleted.

124 changes: 0 additions & 124 deletions node_modules/base64-js/lib/b64.js

This file was deleted.

102 changes: 0 additions & 102 deletions node_modules/base64-js/package.json

This file was deleted.

51 changes: 0 additions & 51 deletions node_modules/base64-js/test/convert.js

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/base64-js/test/url-safe.js

This file was deleted.

4 changes: 3 additions & 1 deletion node_modules/cordova-common/.eslintrc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading