8
0
Pārlūkot izejas kodu

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

Internal (ckeditor5): Added a missing line for travis status notify.
Kamil Piechaczek 5 gadi atpakaļ
vecāks
revīzija
cc59f52a7a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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