瀏覽代碼

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