language : generic before_install: - sudo apt-get install git - git config --global user.email "testuser@example.com" - git config --global user.name "Test User" - pip install --upgrade --user awsebcli install: npm install script: "npm run test" node_js: - "6.2" - "5.6" - "4.3" - "4.2" - "iojs-v3.3" - "iojs-v2.5.0" - "0.12" - "0.11" - "0.10" notifications: email: false