Travis-CI on MS Windows
-
OSX
-
Experimentaly support
-
Run in a shell so we can run shell commands
os: windows
language: minimal
script:
- echo Hello World
- python -V
- ruby -v
- perl -v
- git --version
- uname -a
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
OSX
Experimentaly support
Run in a shell so we can run shell commands
os: windows
language: minimal
script:
- echo Hello World
- python -V
- ruby -v
- perl -v
- git --version
- uname -a