Skip to content

Commit

Permalink
fix(travis): use new syntax for xenial and pin to it.
Browse files Browse the repository at this point in the history
Commit package-lock.json to lock versions.
  • Loading branch information
johnjbarton committed Aug 9, 2019
1 parent cd6f060 commit 6190d56
Show file tree
Hide file tree
Showing 2 changed files with 904 additions and 900 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,4 +1,6 @@
sudo: false
# the xvfb service syntax depends on distro
dist: xenial
language: node_js
node_js:
- "8.0"
Expand All @@ -8,9 +10,11 @@ node_js:
before_install:
- if [[ "`node --version`" = v0* ]] || [[ "`node --version`" = v4* ]]; then npm install -g npm@latest-3; fi

services:
- xvfb

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli

script:
Expand Down

0 comments on commit 6190d56

Please sign in to comment.