Skip to content

Commit b830bcb

Browse files
authored
Merge pull request #70 from firebase/update-travis-version
Fixed Travis configuration and tests.
2 parents 670e6e5 + d30c7e2 commit b830bcb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
33
- '6'
4-
- '6.0'
5-
- '6.1'
64
install: npm install
75
script: npm test -- --saucelabs
86
addons:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/firebase/firebaseui-web.svg?branch=master)](https://travis-ci.org/firebase/firebaseui-web)
2+
13
# FirebaseUI for Web — Auth
24

35
FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI

protractor.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ config = {
4545
framework: 'jasmine',
4646
// The jasmine specs to run.
4747
specs: ['protractor_spec.js'],
48+
// Jasmine options. Increase the timeout to 5min instead of the default 30s.
49+
jasmineNodeOpts: {
50+
// Default time to wait in ms before a test fails.
51+
defaultTimeoutInterval: 5 * 60 * 1000
52+
}
4853
};
4954

5055
// Read arguments to the protractor command.

0 commit comments

Comments
 (0)