Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 84dedc3

Browse files
committed
Extra env for travis
1 parent 4398f83 commit 84dedc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
- 5
66
- 6
77
env:
8-
- MONGOOSE_VERSION=3.8
8+
- MONGOOSE_VERSION=3.8 STREAM_URL='https://key:[email protected]/?app_id=42'
99
matrix:
1010
include:
1111
- node_js: 4

bin/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
set -e
33
npm test
4-
STREAM_URL='https://key:[email protected]/?app_id=42' ./bin/coveralls.sh
4+
./bin/coveralls.sh
55
./node_modules/.bin/eslint src/**/*.js;

0 commit comments

Comments
 (0)