Skip to content

Commit

Permalink
remove windows and osx targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 26, 2020
1 parent 0d8baa4 commit 0ce96ec
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Expand Up @@ -19,14 +19,19 @@ jobs:
dist: trusty
env:
- BADGE=Octave_3
- os: windows
name: Windows
env:
- BADGE=Windows
- os: osx
name: OSX
- os: linux
name: Octave 3.2
dist: precise
env:
- BADGE=OSX
- BADGE=Octave_32
# - os: windows
# name: Windows
# env:
# - BADGE=Windows
# - os: osx
# name: OSX
# env:
# - BADGE=OSX

before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install octave; fi
Expand Down

0 comments on commit 0ce96ec

Please sign in to comment.