Stefan Junker 8年前
コミット
667439ecd8
1個のファイルの変更8行の追加0行の削除
  1. 8
    0
      .travis.yml

+ 8
- 0
.travis.yml ファイルの表示

@@ -0,0 +1,8 @@
1
+language: rust
2
+rust: stable
3
+cache: cargo
4
+sudo: false
5
+git:
6
+  depth: 1
7
+script:
8
+  - ci/run-travis.sh

読み込み中…
キャンセル
保存