-
-
Notifications
You must be signed in to change notification settings - Fork 195
/
old.travis.yml
35 lines (35 loc) · 914 Bytes
/
old.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
branches:
only:
- master
- release
- release-patch
- feature/webpack-only
env:
global:
- DATE=$(date +%Y-%m-%d)
- TIME=$(date +%H%M%S)
- PACKAGE_VERSION=$DATE-$TIME-$TRAVIS_BUILD_NUMBER
- NATIVESCRIPT_SKIP_POSTINSTALL_TASKS=1
language: node_js
node_js:
- '14'
git:
submodules: true
install:
- npm install --ignore-scripts --legacy-peer-deps
before_script:
- gem install xcodeproj
- gem install cocoapods
- npm install grunt
script:
- node_modules/.bin/grunt lint && node_modules/.bin/grunt travisPack --no-color
before_deploy:
- node .travis/add-publishConfig.js $TRAVIS_BRANCH
deploy:
- provider: npm
skip_cleanup: true
email: [email protected]
on:
all_branches: true
api_key:
secure: "FM9QLOkFq6JpHlfHkT1i2Ht1ZlttZLq7K3kQNLabw7Z5+BPMcy/f3LRJkAkYMezrKLKRkq1uXmhY0BapoTnR9AVEO/t4g6dtbZ1TZ3xBH/HHnFofTFubOrc7+61DJzKduYtnQ/sn3EEOkN8jrXSY9uas4qZh7PSm1hcfjPI8gdI="