Skip to content

Commit

Permalink
Remove support for deprecated platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
raphinesse committed Sep 19, 2018
1 parent a2c78c7 commit 3babd09
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ install:
- cd ..
- git clone https://github.com/apache/cordova-android --depth 10
- git clone https://github.com/apache/cordova-ios --depth 10
- git clone https://github.com/apache/cordova-blackberry --depth 10
- git clone https://github.com/apache/cordova-windows --depth 10
- git clone https://github.com/apache/cordova-wp8 --depth 10
- git clone https://github.com/apache/cordova-firefoxos --depth 10
- git clone https://github.com/apache/cordova-ubuntu --depth 10
- git clone https://github.com/apache/cordova-browser --depth 10
- git clone https://github.com/apache/cordova-amazon-fireos --depth 10
- git clone https://github.com/apache/cordova-webos --depth 10
- cd cordova-js
- npm install
6 changes: 0 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,11 @@ module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
compile: {
"amazon-fireos": {},
"android": {},
"blackberry10": {},
"ios": {},
"osx": {},
"test": {},
"windows": { useWindowsLineEndings: true },
"wp8": { useWindowsLineEndings: true },
"firefoxos": {},
"webos": {},
"ubuntu": {},
"browser": {}
},
clean: ['pkg'],
Expand Down
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ install:
- cd ..
- git clone https://github.com/apache/cordova-android --depth 10
- git clone https://github.com/apache/cordova-ios --depth 10
- git clone https://github.com/apache/cordova-blackberry --depth 10
- git clone https://github.com/apache/cordova-windows --depth 10
- git clone https://github.com/apache/cordova-wp8 --depth 10
- git clone https://github.com/apache/cordova-ubuntu --depth 10
- git clone https://github.com/apache/cordova-browser --depth 10
- git clone https://github.com/apache/cordova-amazon-fireos --depth 10
- git clone https://github.com/apache/cordova-webos --depth 10
- cd cordova-js
- npm install --msvs_version=2013

Expand Down
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,8 @@
"cordova-platforms": {
"cordova-android": "../cordova-android",
"cordova-ios": "../cordova-ios",
"cordova-blackberry10": "../cordova-blackberry",
"cordova-firefoxos": "../cordova-firefoxos",
"cordova-ubuntu": "../cordova-ubuntu",
"cordova-amazon-fireos": "../cordova-amazon-fireos",
"cordova-wp8": "../cordova-wp8",
"cordova-windows": "../cordova-windows",
"cordova-osx": "../cordova-osx",
"cordova-browser": "../cordova-browser",
"cordova-webos": "../cordova-webos"
"cordova-browser": "../cordova-browser"
}
}

0 comments on commit 3babd09

Please sign in to comment.