Skip to content

Commit

Permalink
See #18. Add Atom language dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Dec 28, 2014
1 parent 21c8db9 commit f2a289f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,24 @@ before_install:
# PHP
# - pear install PHP_Beautifier-beta

# Atom dependencies
- apm install language-c
- apm install language-coffee-script
- apm install language-css
- apm install language-html
- apm install language-java
- apm install language-javascript
- apm install language-json
- apm install language-less
- apm install language-mustache
- apm install language-objective-c
- apm install language-perl
- apm install language-php
- apm install language-python
- apm install language-ruby
- apm install language-sass
- apm install language-sql
- apm install language-typescript
- apm install language-xml
- apm install language-csharp
- apm install language-gfm

0 comments on commit f2a289f

Please sign in to comment.