Skip to content

Commit

Permalink
It worked!! Restoring other travis jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Jun 12, 2020
1 parent e240f0b commit 31fa4ce
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ script:

jobs:
include:
# - name: "Verify library JSON format"
# language: node_js
# install: npm install -g jsonlint
# script: jsonlint -q library.json
# after_success: |
# echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
# if [[ ($TRAVIS_BRANCH == master) &&
# ($TRAVIS_PULL_REQUEST == false) ]] ; then
# curl -LO --retry 3 https://raw.github.com/mernst/plume-lib/master/bin/trigger-travis.sh
# sh trigger-travis.sh EnviroDIY Libraries $TRAVIS_ACCESS_TOKEN
# fi
- name: "Verify library JSON format"
language: node_js
install: npm install -g jsonlint
script: jsonlint -q library.json
after_success: |
echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
if [[ ($TRAVIS_BRANCH == master) &&
($TRAVIS_PULL_REQUEST == false) ]] ; then
curl -LO --retry 3 https://raw.github.com/mernst/plume-lib/master/bin/trigger-travis.sh
sh trigger-travis.sh EnviroDIY Libraries $TRAVIS_ACCESS_TOKEN
fi
- name: "Build Doxygen Documentation"
if: branch = master AND type != pull_request
Expand Down Expand Up @@ -104,42 +104,42 @@ jobs:
local_dir: $TRAVIS_BUILD_DIR/code_docs/ModularSensorsDoxygen/html
project_name: ModularSensors

# - name: "Check Single Sensor Example"
# env:
# - PLATFORMIO_CI_SRC=examples/single_sensor/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check Single Sensor Example"
env:
- PLATFORMIO_CI_SRC=examples/single_sensor/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check Simple Logging Example"
# env:
# - PLATFORMIO_CI_SRC=examples/simple_logging/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check Simple Logging Example"
env:
- PLATFORMIO_CI_SRC=examples/simple_logging/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check DRWI CitSci 2G Example"
# env:
# - PLATFORMIO_CI_SRC=examples/DRWI_CitSci/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check DRWI CitSci 2G Example"
env:
- PLATFORMIO_CI_SRC=examples/DRWI_CitSci/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check DRWI CitSci LTE Example"
# env:
# - PLATFORMIO_CI_SRC=examples/DRWI_LTE/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check DRWI CitSci LTE Example"
env:
- PLATFORMIO_CI_SRC=examples/DRWI_LTE/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check DRWI CitSci No Cellular Example"
# env:
# - PLATFORMIO_CI_SRC=examples/DRWI_NoCellular/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check DRWI CitSci No Cellular Example"
env:
- PLATFORMIO_CI_SRC=examples/DRWI_NoCellular/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check Double Logger Example"
# env:
# - PLATFORMIO_CI_SRC=examples/double_logger/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check Double Logger Example"
env:
- PLATFORMIO_CI_SRC=examples/double_logger/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check Baro Correction Example"
# env:
# - PLATFORMIO_CI_SRC=examples/baro_rho_correction/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check Baro Correction Example"
env:
- PLATFORMIO_CI_SRC=examples/baro_rho_correction/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check Data Saving Example"
# env:
# - PLATFORMIO_CI_SRC=examples/data_saving/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check Data Saving Example"
env:
- PLATFORMIO_CI_SRC=examples/data_saving/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check ThingSpeak Example"
# env:
# - PLATFORMIO_CI_SRC=examples/logging_to_ThingSpeak/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"
- name: "Check ThingSpeak Example"
env:
- PLATFORMIO_CI_SRC=examples/logging_to_ThingSpeak/ PLATFORMIO_DEFAULT_ENVS="mayfly, adafruit_feather_m0, autonomo, mega"

# - name: "Check Menu Example"
# env:
# - PLATFORMIO_CI_SRC=examples/menu_a_la_carte/
- name: "Check Menu Example"
env:
- PLATFORMIO_CI_SRC=examples/menu_a_la_carte/

0 comments on commit 31fa4ce

Please sign in to comment.