summaryrefslogtreecommitdiff
path: root/node_modules/plist/.travis.yml
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 22:54:37 +0300
commit703e03aba33f234712206769f57717ba7d92d23d (patch)
tree0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/plist/.travis.yml
parentab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff)
downloadFlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz
FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/plist/.travis.yml')
-rw-r--r--node_modules/plist/.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/plist/.travis.yml b/node_modules/plist/.travis.yml
new file mode 100644
index 0000000..3121bc6
--- /dev/null
+++ b/node_modules/plist/.travis.yml
@@ -0,0 +1,22 @@
+dist: xenial
+os: linux
+language: node_js
+node_js:
+- '6'
+- '7'
+- '8'
+- '9'
+
+env:
+ global:
+ - secure: R4tCAipsC0KdBPin8+rWedqptn0RXksLM20yZ0w8En0hhaglWCiIxA5uKt/6njXp9Q8FEKkVOyWF+yjq74jB6+KUu0dSK30pbmaAHhlXsL5kTWmY9vd7rxwcn1Hdf1sW15NqRX4hvWuIC32cA7vDr+58VPyum+A+yvPJICvgIlw=
+ - secure: sfEwCcmUrfFPIRPV8UwdJymRZ8YY20fuJiAlWfOUQSOccNGWB4RbUsD+iyc9XW5qB1kdOqxVkvZ0sKrYo3Uc4k8mhar7+yhP04hfNj4CWAigG3rtTugbar9kSQjwi/yEaTrb4kdP8HRYs5yjrEX/CGwjm3iHGOSyUw5du0PQfbk=
+
+jobs:
+ include:
+ - node_js: '8'
+ env: BROWSER_NAME=chrome BROWSER_VERSION=latest
+ - node_js: '8'
+ env: BROWSER_NAME=firefox BROWSER_VERSION=latest
+ - node_js: '8'
+ env: BROWSER_NAME=ie BROWSER_VERSION=11