Files
ihrm/node_modules/browserify-aes/.travis.yml
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

16 lines
223 B
YAML
Executable File

sudo: false
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
matrix:
include:
- node_js: "7"
env: TEST_SUITE=standard
env:
- TEST_SUITE=unit
script: npm run-script $TEST_SUITE