We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9b9cb1 + f7a82e4 commit f57971bCopy full SHA for f57971b
.travis.yml
@@ -15,7 +15,7 @@ env:
15
- IOS_PACKAGE_NG='facebook-demo-ng.zip'
16
- IOS_PACKAGE_FOLDER_JS=$TRAVIS_BUILD_DIR/demo/outputs
17
- IOS_PACKAGE_FOLDER_VUE=$TRAVIS_BUILD_DIR/demo-vue/outputs
18
- - IOS_PACKAGE_FOLDER_NG=$TRAVIS_BUILD_DIR/demo-ng/outputs
+ - IOS_PACKAGE_FOLDER_NG=$TRAVIS_BUILD_DIR/demo-angular/outputs
19
20
matrix:
21
include:
tests/package.json
@@ -13,7 +13,7 @@
13
"mocha-multi": "^1.0.1",
14
"mochawesome": "^3.1.1",
"nativescript-dev-appium": "~5.2.0",
- "nativescript-dev-typescript": "~0.9.0"
+ "typescript": "~3.5.3"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts"
0 commit comments