Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit bbce668

Browse files
committed
test(german): Moment changed some german date formats
Also added Angular and Moment as peerDependencies and updated to latest versions of devDependencies
1 parent 9dd0b5f commit bbce668

File tree

5 files changed

+16284
-21
lines changed

5 files changed

+16284
-21
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '7'
9+
- '8'
1010
addons:
1111
firefox: 'latest'
1212
before_install:
1313
- export DISPLAY=:99.0
1414
- sh -e /etc/init.d/xvfb start
15+
- sleep 3 # give xvfb some time to start
1516
before_script:
1617
- npm prune
1718
script:

0 commit comments

Comments
 (0)