Skip to content

Commit

Permalink
iotjs: Port travis job to use docker
Browse files Browse the repository at this point in the history
Change-Id: I284f3fb0694634b553b6cefe30720c7cf4666126
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Oct 6, 2018
1 parent 71558a0 commit f5a81e1
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
language: node_js
sudo: required
addons:
apt:
packages:
- python3
- python3-dev
node_js:
- "8"
- "9"
- "10"
before_script:
- wget https://bootstrap.pypa.io/get-pip.py
- sudo python3 get-pip.py
- rm get-pip.py
language: node_js
dist: trusty

services:
docker

script:
- ./travis.sh
- docker build .

0 comments on commit f5a81e1

Please sign in to comment.