Skip to content

Commit

Permalink
Merge f34d810 into fc9ea9a
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 authored Apr 21, 2020
2 parents fc9ea9a + f34d810 commit ac2c56d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
sudo: false
os: linux
dist: xenial
language: node_js
node_js:
- 10
- 12

env:
global:
- SAUCE_USERNAME: karmarunnerbot
- CXX=g++-4.8
matrix:
fast_finish: true
jobs:
include:
- name: "Lint code and commit message format"
node_js: "10"
env: VALIDATE_COMMIT_MSG=true LINT=true

before_install:
- npm config set loglevel warn
- g++-4.8 --version

addons:
firefox:
"latest"
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
firefox: "latest"

services:
- xvfb
Expand Down

0 comments on commit ac2c56d

Please sign in to comment.