瀏覽代碼

Merge pull request #416 from pointhi/travis

Migrating Travis CI from legacy to container-based infrastructure
Adam Tauber 9 年之前
父節點
當前提交
da13c3b5f9
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml 查看文件

1
+sudo: false
2
+cache:
3
+  - pip
4
+  - npm
5
+  - directories:
6
+    - $HOME/.cache/pip
1
 language: python
7
 language: python
2
 python:
8
 python:
3
   - "2.7"
9
   - "2.7"