forked from MasterOdin/salr-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (25 loc) · 958 Bytes
/
Copy path.travis.yml
File metadata and controls
28 lines (25 loc) · 958 Bytes
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
dist: trusty
language: node_js
node_js:
- '8'
cache:
directories:
- node_modules # NPM packages
env:
matrix:
- BROWSER='chrome'
# EXTENSION_ID=bogegdelcjhoaakaepmoglademmhiboo CLIENT_ID=KAx6Hmr3qYwShCyqU8QmOBPHDFnojndp0poX6Au4S6Q8VGohaWLoDN33XMWjLdE7DnulX4ILAVuonhQ+J9SfEp9P3ELjm/8hBHEwaBlzHM8kYRlmbWxerJTHS0YLYAk7Vn66iQuT7rkPVbszb1dSORcCK67asdI5RvI2YUaLn0w=
- BROWSER='firefox'
#global:
#- secure: D6nhbCVjXaLqJo6kX/ikXpZTEa1U0XIJrXO8c0igSLyN8XJ2rK2Nu1Pmh2m5CaM/PmQhkCh/KGiIcOUMBsSw3TSxxUUK6JA7jsgM0NUJM205T/4mapeeXQNjsAd87Bqvya+lQ/OxVlRaXkS2hnkUucCkX1RcsvGWM6TIcC0BN0Y=
#- secure: Z7FnEELW4cx10V0MM3XAuuDbVABDHWMoGIkN1vWxb1aQKWp4SSB0xjvYdQGucO+LqEtWLcaQZ2wiZAAfHVaSV4Kx6I35ifedE8AciXTvt2zfDIcGXvERHbG3D06dyGvyam8L3+TMCtUVVGXUiJs5QEQ0A9ColN7mWunccjxcqrw=
script:
- echo ${EXTENSION_ID}
- echo ${BROWSER}
- node build.js ${BROWSER}
deploy:
provider: script
script: npm run release-${BROWSER}
on:
branch: master
tags: true