1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Gautam Jha
2e886a35aa Removed node_modules test dirs having archives for MacOS notarization (#14954)
* Removed archives from node_modules test dir for MacOS notarization

* Adding a newline at end of file

* Reverting my earlier fix to force php 7 in travis

No longer required since 7.2 is the default php version.
7.0 is no longer supported in travis, which is causing travis build to
fail.
2019-11-11 20:06:37 +05:30
Nitesh Kumar
9516c8de26 Php Tooling Extensions Using LSP Framework (#14671)
* Php Tooling Extensions Using LSP Framework

* Corrected Indentation space

* Corrected ESLint Error

* addressed review comments

* Addressed review comments

* addressed review comments

* Added Preferences description string

* Addressed review comments

* Addressed review comments

* addressed review comments

* Addresed review comments

* Addresed review comments

* Addressed some bug

* Adding Unit test Files

* Corrected the strings

* Fixed Eslint Errors

* Added some unit test Cases

* using restart function

* Switch to php7 in travis before dependency installation

php-Tooling npm package requires felixfbecker/language-server php
package, which can only be installed on php7. this should fix the break
in brackets travis build
2019-04-03 14:12:03 +05:30
ficristo
e2020ca124 Travis: test against node 6
Closes #11748
2016-09-05 19:04:35 +02:00
Marcel Gerber
2bfebc2922 Use container-based Travis infrastructure
See http://docs.travis-ci.com/user/migrating-from-legacy/ for why that's better
2015-07-13 14:18:21 +02:00
Kevin Dangoor
a817481cf6 Put node version number in quotes.
This was the cause of [some Travis build errors](https://github.com/travis-ci/travis-ci/issues/2591).
In YAML, apparently `0.10` is treated as a float, so Travis was trying to use
node 0.1 rather than 0.10.
2014-08-07 11:05:20 -04:00
Kevin Dangoor
35aa7a3732 Remove IRC notifications from travis per #8509 2014-08-04 17:37:04 -04:00
Jason San Jose
9547277cf6 Merge branch 'master' into jasonsanjose/squashed-cla-check
Conflicts:
	.travis.yml
2014-02-05 14:49:52 -08:00
Jason San Jose
a045acdb92 use master and release target branches to limit which branches travis will build 2014-02-04 17:08:58 -08:00
Jason San Jose
feb96ccbad squashed from jasonsanjose/travis-sprint-33 2014-02-04 16:51:55 -08:00
Kevin Dangoor
6746afafda Add Gitter webhook for Travis 2014-01-21 11:26:45 -05:00
Kevin Dangoor
6736eb1dab Tell Travis to use Node 0.10 2013-09-23 21:34:07 -04:00
Kevin Dangoor
0af798b135 Install jasmine-node as needed by the jasmine-node task. 2013-05-20 11:28:26 -04:00
Jason San Jose
67a97c2457 Add grunt tasks for jshint and jasmine. Refactor and move package.json, replace existing with config.json. Add Travis-CI support. 2013-01-24 10:45:28 -08:00