mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
add environment variables to .travis.yml
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
language: node_js
|
||||
sudo: required
|
||||
env:
|
||||
- MONGO_CONNECTION=mongodb://localhost/test_db
|
||||
- storageURI=mongodb://localhost/test_db
|
||||
node_js:
|
||||
- "8.1.4"
|
||||
- "8.4.0"
|
||||
|
||||
Reference in New Issue
Block a user