Skip to content

Commit 3e79b05

Browse files
Add Container based to Travis
1 parent 06cd7fa commit 3e79b05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12

23

34
language: python
@@ -13,7 +14,7 @@ python:
1314

1415
os:
1516
- linux
16-
- osx
17+
# - osx
1718

1819

1920
before_install: true
@@ -53,7 +54,7 @@ notifications:
5354
urls: https://webhooks.gitter.im/e/790426b8e479271c1e65
5455
on_success: always
5556
on_failure: always
56-
on_start: true
57+
on_start: always
5758

5859

5960
cache: apt

0 commit comments

Comments
 (0)