From 50d8683811063c41f00af91ef68d2a64fefa796a Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Fri, 6 Apr 2018 03:40:41 +0200 Subject: [PATCH] testing travis-ci #2 --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9dce3c1..38b4b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ -matrix: - include: - language: rust - rust: nightly - os: linux - cache: cargo - script: - - cd Rust - - cargo build +language: rust +rust: + - nightly +os: + - linux +cache: cargo +script: + - cd Rust + - cargo build