Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Disable webpack test
Browse files Browse the repository at this point in the history
  • Loading branch information
maakbaas committed Nov 15, 2022
1 parent 9f4ecab commit 3efb0d7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,14 @@ jobs:
script:
- platformio ci --lib="." --board=nodemcuv2 --project-option="lib_deps=https://github.com/lorol/ESPAsyncWebServer, ArduinoJSON" --project-option="build_flags = -DDASHBOARD_PATH=src/dashboard.json -DREBUILD_DASHBOARD"

- stage: GUI
name: "Webpack Build"
language: node_js
node_js: 12
env:
script:
- npm run build
# Disable webpack test until openssl issue is resolved by upgrading
# - stage: GUI
# name: "Webpack Build"
# language: node_js
# node_js: 12
# env:
# script:
# - npm run build

- stage: GUI
name: "ESLint"
Expand Down

0 comments on commit 3efb0d7

Please sign in to comment.