Skip to content

Commit

Permalink
Merge pull request #112 from bitovi/111-adding-macos-again
Browse files Browse the repository at this point in the history
Adding MacOS support again
  • Loading branch information
cherifGsoul authored Mar 20, 2019
2 parents b1d254a + 889fee6 commit ac89b7b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
sudo: true
language: node_js

node_js: 8
node_js:
- 8

addons:
firefox: latest

os:
- linux
matrix:
include:
- os: linux
addons:
firefox: latest
apt:
packages:
- chromium-browser
- os: osx
osx_image: xcode10.1


0 comments on commit ac89b7b

Please sign in to comment.