Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

ci(Travis): Enable OSX build on current master #67

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
dist: trusty

language: node_js
branches:
only:
Expand All @@ -18,6 +18,11 @@ jobs:
nodejs: 4.3
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
os: osx
node_js: 8
env: WEBPACK_VERSION=latest JOB_PART=test
script: npm run travis:$JOB_PART
- <<: *test-latest
node_js: 8
env: WEBPACK_VERSION=latest JOB_PART=lint
Expand Down
6 changes: 3 additions & 3 deletions test/__snapshots__/es2015.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exports[`es6: main.96c5ba3d7f23066ac123.js 1`] = `
`;

exports[`es6: manifest.a458e5044f91a97906ab.js 1`] = `
"!(modules => {
"(modules => {
function __webpack_require__(moduleId) {
if (installedModules[moduleId]) return installedModules[moduleId].exports;
var module = installedModules[moduleId] = {
Expand Down Expand Up @@ -217,7 +217,7 @@ exports[`es7: main.96c5ba3d7f23066ac123.js 1`] = `
`;

exports[`es7: manifest.a458e5044f91a97906ab.js 1`] = `
"!(modules => {
"(modules => {
function __webpack_require__(moduleId) {
if (installedModules[moduleId]) return installedModules[moduleId].exports;
var module = installedModules[moduleId] = {
Expand Down Expand Up @@ -313,7 +313,7 @@ exports[`es8: main.96c5ba3d7f23066ac123.js 1`] = `
`;

exports[`es8: manifest.a458e5044f91a97906ab.js 1`] = `
"!(modules => {
"(modules => {
function __webpack_require__(moduleId) {
if (installedModules[moduleId]) return installedModules[moduleId].exports;
var module = installedModules[moduleId] = {
Expand Down