소스 검색

Update .travis.yml

Estevão Soares dos Santos 7 년 전
부모
커밋
d4741dd4ef
1개의 변경된 파일1개의 추가작업 그리고 11개의 파일을 삭제
  1. 1 11
      .travis.yml

+ 1 - 11
.travis.yml

@@ -15,17 +15,7 @@ cache:
     - node_modules
 
 # scripts
-script:
-  - >
-    if [ "$TRAVIS_NODE_VERSION" == "0.10" -o "$TRAVIS_NODE_VERSION" == "0.12" ]; then
-    printf
-    "\n\n----------------------------------------\n
-    \e[35m----- Running tests in LEGACY mode -----\e[0m\n
-    ----------------------------------------\n\n\n"
-    && grunt test-old; else
-    echo "Running normal tests"
-    && grunt test;
-    fi
+script: grunt test
 
 # hooks
 notifications: