File: .travis.yml

Recommend this page to a friend!
  Classes of Jason Gerfen   Node nmap   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Node nmap
Scan a network for computers using nmap
Author: By
Last change: Update of .travis.yml
Date: 2 years ago
Size: 250 bytes
 

Contents

Class file image Download
os: - linux - osx addons: apt: packages: - nmap language: node_js node_js: - "4" - "5" - "6" - "7" - "8" - "9" - "10" before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install nmap; fi