ソースを参照

Merge pull request #6718 from ckeditor/travis-notify-hotfix

Internal (ckeditor5): Added a missing line for travis status notify.
Kamil Piechaczek 5 年 前
コミット
cc59f52a7a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -12,6 +12,7 @@ node_js:
 cache:
 - node_modules
 before_install:
+- export START_TIME=$( date +%s )
 - npm i -g yarn
 install:
 - yarn install