[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode b7b4706 11/11: Using Travis.com instead of Tr
From: |
Christian Johansson |
Subject: |
[elpa] externals/phps-mode b7b4706 11/11: Using Travis.com instead of Travis.org |
Date: |
Sat, 18 Sep 2021 16:22:45 -0400 (EDT) |
branch: externals/phps-mode
commit b7b4706dfd5e298b7ddc9ce8ae54b7a9a878cf85
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>
Using Travis.com instead of Travis.org
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 397c5f7..8643745 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# PHPs - Another Semantic Major-Mode for PHP in Emacs
[](https://www.gnu.org/licenses/gpl-3.0.txt)
-[](https://travis-ci.org/cjohansson/emacs-phps-mode)
+[](https://app.travis-ci.com/github/cjohansson/emacs-phps-mode)
**Goal**: An Emacs major mode for PHP scripting language which aims at making
a full semantic integration. Currently at *usable* stage.
- [elpa] externals/phps-mode b2c3fa0 01/11: More work on parser generation automation, (continued)
- [elpa] externals/phps-mode b2c3fa0 01/11: More work on parser generation automation, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode c39a760 02/11: Added saving buffer to file, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 9940d5b 04/11: Fixes for precedence in automation grammar, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 0ea731f 03/11: More work on trying to get automation going, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 2c34cac 06/11: Added debug flag when generating parser, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 6a5233a 07/11: Added failing test for bookkeeping of multiple chained assignments, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 832f1a9 10/11: Added note about bookkeeping syntax coloring theme requirements, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode bfbcc03 05/11: Added flag for allowing default conflict resolution, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 99c4154 09/11: Updated version and change-log, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode 0dd5d89 08/11: Added bookkeeping support of chained variable assignments, Christian Johansson, 2021/09/18
- [elpa] externals/phps-mode b7b4706 11/11: Using Travis.com instead of Travis.org,
Christian Johansson <=