diff --git a/.travis.yml b/.travis.yml index 78d76298..3ff41460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - "6" + - "8" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - - yarn lint + - yarn test diff --git a/src/apis/Easing/index.js b/src/apis/Easing/index.js index 238a0120..d004d3e6 100644 --- a/src/apis/Easing/index.js +++ b/src/apis/Easing/index.js @@ -5,7 +5,6 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. * - * @providesModule Easing * @flow */