Home-assistant logs
Hi there,
So I forked your repo and fumbled my way through adding home-assistant log parsing. everything works on my machine so I made a pull request but the travis build is failing with
git.checkout
0.84s$ git clone --depth=50 https://github.com/potsky/PimpMyLog.git potsky/PimpMyLog
Cloning into 'potsky/PimpMyLog'...
remote: Enumerating objects: 1849, done.
remote: Counting objects: 100% (1849/1849), done.
remote: Compressing objects: 100% (713/713), done.
remote: Total 1849 (delta 1412), reused 1509 (delta 1097), pack-reused 0
Receiving objects: 100% (1849/1849), 1.89 MiB | 15.36 MiB/s, done.
Resolving deltas: 100% (1412/1412), done.
$ cd potsky/PimpMyLog
0.79s$ git fetch origin +refs/pull/141/merge:
remote: Enumerating objects: 3137, done.
remote: Counting objects: 100% (2808/2808), done.
remote: Compressing objects: 100% (911/911), done.
remote: Total 2401 (delta 1598), reused 2232 (delta 1433), pack-reused 0
Receiving objects: 100% (2401/2401), 1.23 MiB | 11.25 MiB/s, done.
Resolving deltas: 100% (1598/1598), completed with 64 local objects.
From https://github.com/potsky/PimpMyLog
* branch refs/pull/141/merge -> FETCH_HEAD
$ git checkout -qf FETCH_HEAD
PHP 5.3 is supported only on Precise.
See https://docs.travis-ci.com/user/reference/trusty#PHP-images on how to test PHP 5.3 on Precise.
Terminating.
I don't really understand what I have done wrong can you advise?
Long time developer, newbie to git, travis, php etc
Thanks
Squiggley
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac