Skip to content

Commit

Permalink
remove TEST_PORT on appveyor and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Oct 5, 2016
1 parent 4456b99 commit 6fe5780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ before_install:
- if [[ $TRAVIS_BRANCH == `git describe --tags --always HEAD` ]]; then PUBLISH_BINARY=true; fi;
- echo "Publishing native platform Binary Package? ->" $PUBLISH_BINARY

# Set a test serialport for integration testing when we run our tests if we have one
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then export TEST_PORT='/dev/cu.serial1'; fi

install:
# ensure source install works
- npm install --build-from-source
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ install:
}
true;
# Set a serialport for us to play with
- ps: $env:TEST_PORT = "COM1";

build_script:
- npm install --build-from-source --msvs_version=2013

Expand Down

0 comments on commit 6fe5780

Please sign in to comment.